POST
/
external
/
channel
curl --request POST \
  --url https://your_a2_service/external/channel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "params": {},
  "request_type": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

외부 채널 요청 스키마

Response

200
application/json

Successful Response

The response is of type object.